home *** CD-ROM | disk | FTP | other *** search
- object frmUUEncode: TfrmUUEncode
- Left = 320
- Top = 348
- BorderStyle = bsDialog
- Caption = 'UltimateZip UUEncoder'
- ClientHeight = 212
- ClientWidth = 433
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 51
- Width = 65
- Height = 14
- AutoSize = False
- Caption = 'O&utput file:'
- FocusControl = Edit2
- WordWrap = True
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 58
- Height = 16
- AutoSize = False
- Caption = '&Input file:'
- FocusControl = Edit1
- WordWrap = True
- end
- object Label3: TLabel
- Left = 11
- Top = 144
- Width = 71
- Height = 13
- Caption = '&Spanning Size:'
- FocusControl = cboSpan
- end
- object Label4: TLabel
- Left = 8
- Top = 104
- Width = 79
- Height = 13
- Caption = '&Encode Method:'
- FocusControl = cboMethod
- end
- object Edit1: TEdit
- Left = 8
- Top = 25
- Width = 297
- Height = 21
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = Edit1Change
- end
- object BitBtn1: TBitBtn
- Left = 316
- Top = 25
- Width = 21
- Height = 22
- Caption = '...'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- TabStop = False
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object btnOK: TBitBtn
- Left = 349
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 7
- OnClick = btnOKClick
- NumGlyphs = 2
- end
- object btnClose: TBitBtn
- Left = 349
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- OnClick = btnCloseClick
- NumGlyphs = 2
- end
- object Edit2: TEdit
- Left = 8
- Top = 66
- Width = 297
- Height = 21
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnChange = Edit1Change
- end
- object btnSelectDir: TBitBtn
- Left = 316
- Top = 66
- Width = 21
- Height = 22
- Caption = '...'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- TabStop = False
- OnClick = btnSelectDirClick
- NumGlyphs = 2
- end
- object CheckBox1: TCheckBox
- Left = 10
- Top = 188
- Width = 145
- Height = 17
- Caption = 'Write decode table to file'
- TabOrder = 6
- end
- object cboMethod: TComboBox
- Left = 8
- Top = 120
- Width = 329
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnChange = cboMethodChange
- Items.Strings = (
- 'UUEncode'
- 'XXEncode')
- end
- object cboSpan: TComboBox
- Left = 8
- Top = 160
- Width = 329
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 5
- Items.Strings = (
- '2.8 MB'
- '1.4 MB'
- '1.2 MB'
- '720 KB'
- '100 KB'
- 'No spanning')
- end
- object dlgBrowse: TdfsBrowseDirectoryDlg
- StatusText = 'C:\WINDOWS\Desktop'
- ShowSelectionInStatus = True
- Left = 400
- Top = 88
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 368
- Top = 88
- end
- end
-